SftTree/NET 2.0

SelectionStyle Property, SftTree Class

Softel vdm, Inc.

Defines the selection style.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property SelectionStyle As SelectionStyleEnum

C#   

public SelectionStyleEnum SelectionStyle { get; set; }

C++   

public: property SelectionStyleEnum SelectionStyle {
        SelectionStyleEnum get();
        void set(SelectionStyleEnum value);
}

Property Value

The selection style.

SelectionStyleEnum

Value

Description

SingleItem

0

Only one item can be selected at a time.

MultipleItems

1

Multiple discontiguous or contiguous items can be selected at the same time.

SingleCell

2

Only one cell can be selected at a time.

MultipleCells

3

Multiple discontiguous or contiguous cells can be selected at the same time.

BlockOfCells

4

Multiple contiguous cells in the shape of a rectangular block of cells can be selected at the same time.

The default value is SelectionStyleEnum.SingleItem.

Comments

The SelectionStyle property defines the selection style.

The SelectableArea property defines which which areas of items or cells can be clicked by an end user to select the item or cell.

The SelectionOutlineStyle property defines the appearance of the selection highlight.

SelectionHighlightStyle defines the appearance of a selected item or cell.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com